home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 48 / Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso / -in_the_mag- / workbench / html / linkchecker-gui / 1stlinkche-gui.readme next >
Text File  |  1999-11-13  |  3KB  |  70 lines

  1. Short:    LinkChecker in HTML-Pages GUI 2.1
  2. Author:   age@thepentagon.com (Heiko Schröder)
  3. Uploader: age@thepentagon.com (Heiko Schröder)
  4. Version:  2.1 - 07/07/98
  5. Type:     comm/www
  6.  
  7.  
  8.  
  9. This ARexx script looks for local links at your HTML pages and checks the 
  10. files for broken links. It don't looks for EXTERNAL links !!!
  11.  
  12.        ---------------------------------------------------------------
  13.  
  14. The features:
  15.    - Graphic User Interface (no CLI/Shell input)
  16.    - scan of a directories and standalone files
  17.    - it checks local links
  18.    - check of anchor links (like "<a href="index.html#top">)
  19.    - it controls UNIX names
  20.    - it lists orphaned files
  21.    - tooltype support
  22.  
  23.    - faster scan (200%) than Beta 2
  24.    - you select the failed page and the script will open the file in your
  25.      favorite text editor at the correct line (fast edit)
  26.  
  27. The future:
  28.    - catalog files
  29.  
  30.  
  31.        ---------------------------------------------------------------
  32.  V2.1      07/07/98 - saves faster failed links in T:
  33.                     - saves faster the tooltypes
  34.                     - scans faster the links with the regexp.library (5%)
  35.                     - scans faster the orphaned files (66%)
  36.                     - for german users it checks äöüß in filenames for unix
  37.            bugfixes - scans also files in a main directory 
  38.                       (e.g. work:index.html)
  39.                     - name of directory/file will be remaining if you 
  40.                       press ESC in the requester of reqtools
  41.                     - list filenames correct at listview by file option
  42.            extended - START is only usable if you have selected a file or dir
  43.                     - "I know" button at the Info Requester
  44.                     - modular procedures in the script
  45.  
  46.        ---------------------------------------------------------------
  47.  
  48. The requirements (not included):
  49. --------------------------------
  50. Sys:System/RexxMast        | © 1987 by William S. Hawes
  51. C:Delete
  52.  
  53. The requirements (included):
  54. ---------------------------
  55. Libs:reqtools.library      | © 1997 by Nico François
  56. Libs:rexxreqtools.library  | © 1994 by Rafael D'Halleweyn
  57. Libs:rexxtricks.library    | © 1996 by Jürgen Kohrmeyer
  58. Libs:regexp.library        | © 1991 by Stephen Moehle
  59. Libs:triton.library        | © 1997 by Stephan Zeiger
  60. Libs:tritonrexx.library    | © 1995 by Jürgen Kohrmeyer
  61.  
  62. C:FlushTRX                 | © 1995 by Jürgen Kohrmeyer
  63.  
  64. PROGDIR:MEmacs             | © 1986 C= Amiga (optional)
  65.  
  66. The libraries and FlushTRX are included in this package.
  67.  
  68. Date: 07/07/98
  69. 
  70.